go.uber.org/mock/gomock.callSet.FindMatch (method)

2 uses

	go.uber.org/mock/gomock (current package)
		callset.go#L96: func (cs callSet) FindMatch(receiver any, method string, args []any) (*Call, error) {
		controller.go#L204: 		expected, err := ctrl.expectedCalls.FindMatch(receiver, method, args)